Through this class, can listen to the status of the line/conf/audio route/xxx. you must override callback methods related
All
| method | description |
|---|---|
public CallStatusListener(); |
Constructs a new CallStatusListener.
Init message handler and init inner ICallStatusListener.
Supported Products:All |
public void onLineStatusChanged(int notifyType, BaseLine line, List<BaseLine> lines); |
Callback invoked when line status changed. need listen LINE_STATUS Params:Supported Products:All |
public void destroy(); |
Destroy callback instance and release related memory Call this method,when you no longer to use this callStatusListener object again. Supported Products:All |
| Member | description |
|---|---|
public ICallStatusListener callback |
Inner call status listener
Supported Products:All |